call [/S|/N] [drive:][path]filename [batch parameters]
filename The batch file to be called. [batch paramaters] These are passed on to the batch file being called /S Forces the swapping of FreeCOM /N Prevents the swapping of FreeCOM.
When the called batch file is complete, the processing of the original batch file resumes.
Batch files can be run directly from another batch file without the call command, but processing of the original batch file will not be resumed.